GtkMessageDialog: Don't set x/yalign explicitly
authorMatthias Clasen <mclasen@redhat.com>
Sat, 28 Jun 2014 01:57:25 +0000 (21:57 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 28 Jun 2014 01:57:25 +0000 (21:57 -0400)
The h/valign work fine to give us what we need here, so we
can avoid the runtime deprecation warnings for deprecated
properties.

gtk/resources/ui/gtkmessagedialog.ui

index 78678f95a02fa71227fe2839fbcabedcf6974657..9bc178376f2ec1b6dcd05308c5e501df6781ca31 100644 (file)
@@ -45,8 +45,6 @@
                     <property name="margin-top">10</property>
                     <property name="halign">center</property>
                     <property name="valign">start</property>
-                    <property name="xalign">0.5</property>
-                    <property name="yalign">0</property>
                     <property name="wrap">True</property>
                     <property name="selectable">True</property>
                     <property name="max-width-chars">60</property>
@@ -64,8 +62,6 @@
                     <property name="margin-bottom">2</property>
                     <property name="halign">center</property>
                     <property name="valign">start</property>
-                    <property name="xalign">0.5</property>
-                    <property name="yalign">0</property>
                     <property name="wrap">True</property>
                     <property name="selectable">True</property>
                     <property name="max-width-chars">60</property>